home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / control.dxr / 00003_back_off.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  290 b   |  15 lines

  1. on mouseDown
  2.   global skip, no, auto
  3.   set ret to button1("back_off", "back_on")
  4.   if ret = 1 then
  5.     puppetSound("ButtonSound")
  6.   end if
  7.   set the puppet of sprite 8 to 0
  8.   set the puppet of sprite 2 to 0
  9.   set no to no - 1
  10.   if no < 50 then
  11.     set no to 50
  12.   end if
  13.   set auto to 2
  14. end
  15.